home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-06-26 | 634 b | 24 lines | [TEXT/GEOL] |
- Item 9081702 26-June-89 13:23
-
- From: BIANCHI1 Bianchi, Curt
-
- To: D1032 Softview, Ron Breger, PRT
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re: TDialogView
-
- Leslie,
-
- This was a bug in MacApp 2.0b5. It will be corrected by modifying the
- procedure Survey in TDialogView.SurveyEditText. All the code in Survey will
- be conditional on the view being enabled and visible, i.e.
-
- IF theEditText.fViewEnabled & theEditText.fShown THEN
- ...
-
- This will prevent tabbing to disabled or hidden edit text views.
-
- Curt Bianchi
-
-